projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a495f
)
* src/buffer.c (kill-buffer): Fix a typo.
author
Matthew White
<mehw.is.me@inventati.org>
Sat, 10 Jul 2021 22:49:12 +0000
(
00:49
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 10 Jul 2021 22:49:12 +0000
(
00:49
+0200)
* src/buffer.c (Fkill_buffer): Fix typo in comment.
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index bbb0edd792cffd8bc0d9c9f5271fb3bdb36e1f47..02ca23eb2dd39fd42207846e7da7307756be5514 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-1757,7
+1757,7
@@
cleaning up all windows currently displaying the buffer to be killed. */)
if (thread_check_current_buffer (b))
return Qnil;
- /* Run hooks with the buffer to be killed the current buffer. */
+ /* Run hooks with the buffer to be killed
as
the current buffer. */
{
ptrdiff_t count = SPECPDL_INDEX ();